/ Assembly List / LJCGenDocLib / GenAssembly / GenAssemblyPage

Namespace - LJCDocGenLib


Parameters
dataAssembly - The DataAssembly object.
templateLines - The DataAssembly template lines.

Syntax

C#
public Void GenAssemblyPage(DataAssembly dataAssembly, String[] templateLines)

Creates an HTML page that lists the classes/types in an assembly. (R)

Remarks

The HTML page is created in a folder under "Doc" with the full name of the assembly. Each page file has the name of the assembly it represents.

Called from DataRootGen.GenAssemblyPages().

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.